home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TFCREPORTDLG / TFCREPORTDLG.txt
Text File  |  2005-06-02  |  10KB  |  437 lines

  1. object FCReportDlg: TFCReportDlg
  2.   Left = 444
  3.   Top = 499
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rapport des diff'#233'rences entre fichiers'
  7.   ClientHeight = 346
  8.   ClientWidth = 562
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 73
  25.     Height = 13
  26.     Caption = 'Agencement de l'#39#233'dition'
  27.   end
  28.   object GroupBox1: TGroupBox
  29.     Left = 8
  30.     Top = 160
  31.     Width = 385
  32.     Height = 177
  33.     Caption = 'Options de sortie'
  34.     TabOrder = 2
  35.     object Label5: TLabel
  36.       Left = 8
  37.       Top = 132
  38.       Width = 60
  39.       Height = 13
  40.       Caption = 'Titre du rapport :'
  41.     end
  42.     object ToPrinter: TBCRadioButton
  43.       Left = 8
  44.       Top = 20
  45.       Width = 52
  46.       Height = 17
  47.       HelpContext = 40002
  48.       Caption = 'Im&primante'
  49.       TabOrder = 0
  50.       OnClick = BtnClick
  51.     end
  52.     object ToHTML: TBCRadioButton
  53.       Left = 8
  54.       Top = 40
  55.       Width = 82
  56.       Height = 17
  57.       HelpContext = 40003
  58.       Caption = 'Edition &HTML'
  59.       TabOrder = 1
  60.       OnClick = BtnClick
  61.     end
  62.     object ToPlainText: TBCRadioButton
  63.       Left = 8
  64.       Top = 60
  65.       Width = 67
  66.       Height = 17
  67.       HelpContext = 40004
  68.       Caption = '&Texte ordinaire'
  69.       TabOrder = 2
  70.       OnClick = BtnClick
  71.     end
  72.     object TitleEdit: TEdit
  73.       Left = 8
  74.       Top = 148
  75.       Width = 369
  76.       Height = 21
  77.       HelpContext = 40005
  78.       TabOrder = 4
  79.       OnChange = BtnClick
  80.     end
  81.     object Notebook1: TNotebook
  82.       Left = 128
  83.       Top = 16
  84.       Width = 251
  85.       Height = 121
  86.       PageIndex = 1
  87.       TabOrder = 3
  88.       object TPage
  89.         Left = 0
  90.         Top = 0
  91.         Caption = 'PrinterOutput'
  92.         object Label2: TLabel
  93.           Left = 0
  94.           Top = 0
  95.           Width = 112
  96.           Height = 13
  97.           Caption = 'Surbrillance des diff'#233'rences :'
  98.         end
  99.         object WrapLines: TRadioGroup
  100.           Left = 0
  101.           Top = 44
  102.           Width = 241
  103.           Height = 69
  104.           HelpContext = 42008
  105.           Caption = 'Retour automatique '#224' la ligne'
  106.           Items.Strings = (
  107.             'Aucun'
  108.             'Sur un fronti'#232're de mot'
  109.             'Sur une fronti'#232're de caract'#232're')
  110.           TabOrder = 1
  111.           OnClick = BtnClick
  112.         end
  113.         object PrintStyleEdit: TComboBox
  114.           Left = 0
  115.           Top = 16
  116.           Width = 161
  117.           Height = 21
  118.           HelpContext = 40006
  119.           Style = csDropDownList
  120.           ItemHeight = 13
  121.           ItemIndex = 0
  122.           TabOrder = 0
  123.           Text = 'Use color'
  124.           OnClick = BtnClick
  125.           Items.Strings = (
  126.             'Utiliser la couleur'
  127.             'Monochrome')
  128.         end
  129.       end
  130.       object TPage
  131.         Left = 0
  132.         Top = 0
  133.         Caption = 'HTMLOutput'
  134.         object Label6: TLabel
  135.           Left = 0
  136.           Top = 0
  137.           Width = 112
  138.           Height = 13
  139.           Caption = 'Surbrillance des diff'#233'rences :'
  140.         end
  141.         object StylesheetPrompt: TLabel
  142.           Left = 24
  143.           Top = 40
  144.           Width = 115
  145.           Height = 13
  146.           Caption = 'URL de feuille de style personnalis'#233'e'
  147.         end
  148.         object HTMLStyleEdit: TComboBox
  149.           Left = 0
  150.           Top = 16
  151.           Width = 241
  152.           Height = 21
  153.           HelpContext = 40007
  154.           Style = csDropDownList
  155.           ItemHeight = 13
  156.           ItemIndex = 0
  157.           TabOrder = 0
  158.           Text = 'Use color stylesheet (embedded)'
  159.           OnClick = BtnClick
  160.           Items.Strings = (
  161.             'Utiliser la feuille de style couleur (incorpor'#233'e)'
  162.             'Utiliser la feuille de style monochrome (incorpor'#233'e)'
  163.             'Utiliser la feuille de style personnalis'#233'e (externe)')
  164.         end
  165.         object StyleURLEdit: TEdit
  166.           Left = 24
  167.           Top = 56
  168.           Width = 217
  169.           Height = 21
  170.           HelpContext = 40008
  171.           TabOrder = 1
  172.           OnChange = BtnClick
  173.         end
  174.         object HTMLWrapEdit: TBCCheckBox
  175.           Left = 0
  176.           Top = 88
  177.           Width = 119
  178.           Height = 17
  179.           Caption = 'Retour automatique des mots '#224' la ligne'
  180.           TabOrder = 2
  181.           OnClick = BtnClick
  182.         end
  183.       end
  184.       object TPage
  185.         Left = 0
  186.         Top = 0
  187.         Caption = 'PlainText'
  188.       end
  189.     end
  190.   end
  191.   object CloseBtn: TButton
  192.     Left = 480
  193.     Top = 312
  194.     Width = 73
  195.     Height = 23
  196.     Cancel = True
  197.     Caption = 'Fermer'
  198.     ModalResult = 2
  199.     TabOrder = 4
  200.   end
  201.   object PageControl: TPageControl
  202.     Left = 404
  203.     Top = 208
  204.     Width = 153
  205.     Height = 97
  206.     ActivePage = tsPrinter
  207.     Style = tsButtons
  208.     TabOrder = 3
  209.     TabStop = False
  210.     object tsPrinter: TTabSheet
  211.       TabVisible = False
  212.       object SetupBtn: TButton
  213.         Left = 0
  214.         Top = 0
  215.         Width = 145
  216.         Height = 23
  217.         Caption = 'Mise en page...'
  218.         TabOrder = 0
  219.         OnClick = SetupBtnClick
  220.       end
  221.       object PreviewBtn: TButton
  222.         Left = 0
  223.         Top = 32
  224.         Width = 145
  225.         Height = 23
  226.         Caption = 'Pr'#233'&visualiser l'#39'impression'
  227.         TabOrder = 1
  228.         OnClick = PreviewBtnClick
  229.       end
  230.       object PrintBtn: TBitBtn
  231.         Left = 0
  232.         Top = 64
  233.         Width = 145
  234.         Height = 23
  235.         Caption = '&Imprimer...'
  236.         TabOrder = 2
  237.         OnClick = PrintBtnClick
  238.       end
  239.     end
  240.     object tsFile: TTabSheet
  241.       ImageIndex = 1
  242.       TabVisible = False
  243.       object SaveBtn: TBitBtn
  244.         Left = 0
  245.         Top = 0
  246.         Width = 145
  247.         Height = 23
  248.         Caption = 'Sauver sous...'
  249.         TabOrder = 0
  250.         OnClick = SaveBtnClick
  251.       end
  252.       object ClipboardBtn: TBitBtn
  253.         Left = 0
  254.         Top = 32
  255.         Width = 145
  256.         Height = 23
  257.         Caption = 'Copier vers le presse-papier'
  258.         TabOrder = 1
  259.         OnClick = CopyToClipboardClick
  260.       end
  261.       object BrowserViewBtn: TBitBtn
  262.         Left = 0
  263.         Top = 64
  264.         Width = 145
  265.         Height = 23
  266.         Caption = 'Visualiser dans le navigateur'
  267.         TabOrder = 2
  268.         OnClick = BrowserViewClick
  269.       end
  270.     end
  271.   end
  272.   object ReportOptionsBox: TGroupBox
  273.     Left = 160
  274.     Top = 16
  275.     Width = 233
  276.     Height = 129
  277.     Caption = 'Options de l'#39#233'dition'
  278.     TabOrder = 1
  279.     object Panel1: TPanel
  280.       Left = 2
  281.       Top = 15
  282.       Width = 229
  283.       Height = 42
  284.       Align = alTop
  285.       BevelOuter = bvNone
  286.       TabOrder = 0
  287.       object PrintSelection: TBCCheckBox
  288.         Left = 8
  289.         Top = 4
  290.         Width = 86
  291.         Height = 17
  292.         HelpContext = 42002
  293.         Caption = 'Uniquement la s'#233'lection'
  294.         TabOrder = 0
  295.         OnClick = BtnClick
  296.       end
  297.       object IgnoreUnimportantEdit: TBCCheckBox
  298.         Left = 8
  299.         Top = 24
  300.         Width = 114
  301.         Height = 17
  302.         HelpContext = 42003
  303.         Caption = 'Ignorer les diff. non importantes'
  304.         TabOrder = 1
  305.         OnClick = BtnClick
  306.       end
  307.     end
  308.     object ModePanel: TPanel
  309.       Left = 2
  310.       Top = 57
  311.       Width = 229
  312.       Height = 34
  313.       Align = alTop
  314.       BevelOuter = bvNone
  315.       TabOrder = 1
  316.       object PickFilter: TComboBox
  317.         Left = 8
  318.         Top = 8
  319.         Width = 209
  320.         Height = 21
  321.         HelpContext = 40001
  322.         Style = csDropDownList
  323.         ItemHeight = 13
  324.         TabOrder = 0
  325.         OnClick = BtnClick
  326.       end
  327.     end
  328.     object SublayoutControl: TPageControl
  329.       Left = 2
  330.       Top = 91
  331.       Width = 229
  332.       Height = 69
  333.       ActivePage = tsOverUnder
  334.       Align = alTop
  335.       Style = tsFlatButtons
  336.       TabOrder = 2
  337.       TabStop = False
  338.       object tsSBS: TTabSheet
  339.         ImageIndex = 1
  340.         TabVisible = False
  341.         object IncLineNums: TBCCheckBox
  342.           Left = 4
  343.           Top = 2
  344.           Width = 122
  345.           Height = 17
  346.           HelpContext = 42004
  347.           Caption = 'Inclure les num'#233'ros de ligne'
  348.           TabOrder = 0
  349.           OnClick = BtnClick
  350.         end
  351.       end
  352.       object tsPatch: TTabSheet
  353.         ImageIndex = 3
  354.         TabVisible = False
  355.         object PickPatch: TRadioGroup
  356.           Left = 2
  357.           Top = 0
  358.           Width = 215
  359.           Height = 57
  360.           HelpContext = 42005
  361.           Caption = 'Style de Correctif'
  362.           Columns = 2
  363.           Items.Strings = (
  364.             'diff normal'
  365.             'diff contextuel'
  366.             'diff unifi'#233
  367.             'BC Classique')
  368.           TabOrder = 0
  369.           OnClick = BtnClick
  370.         end
  371.       end
  372.       object tsStatistics: TTabSheet
  373.         ImageIndex = 4
  374.         TabVisible = False
  375.         object DescriptiveStats: TBCRadioButton
  376.           Left = 2
  377.           Top = 0
  378.           Width = 73
  379.           Height = 17
  380.           HelpContext = 42006
  381.           Caption = 'Descriptives'
  382.           TabOrder = 0
  383.           OnClick = BtnClick
  384.         end
  385.         object TabularStats: TBCRadioButton
  386.           Left = 2
  387.           Top = 20
  388.           Width = 130
  389.           Height = 17
  390.           HelpContext = 42007
  391.           Caption = 'CSV (D'#233'limit'#233' par des virgules)'
  392.           TabOrder = 1
  393.           OnClick = BtnClick
  394.         end
  395.       end
  396.       object tsNone: TTabSheet
  397.         ImageIndex = 3
  398.         TabVisible = False
  399.       end
  400.       object tsOverUnder: TTabSheet
  401.         ImageIndex = 4
  402.         TabVisible = False
  403.         object LineByLineEdit: TBCCheckBox
  404.           Left = 4
  405.           Top = 0
  406.           Width = 76
  407.           Height = 17
  408.           Caption = 'Ligne par ligne'
  409.           TabOrder = 0
  410.         end
  411.       end
  412.     end
  413.   end
  414.   object PickLayout: TListBox
  415.     Left = 8
  416.     Top = 24
  417.     Width = 137
  418.     Height = 121
  419.     HelpContext = 42001
  420.     ItemHeight = 13
  421.     Items.Strings = (
  422.       'Dessus/Dessous'
  423.       'C'#244'te-'#224'-c'#244'te'
  424.       'Compos'#233
  425.       'Correctif'
  426.       'Statistiques'
  427.       'Dump XML')
  428.     TabOrder = 0
  429.     OnClick = BtnClick
  430.   end
  431.   object SaveDialog: TSaveDialog
  432.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  433.     Left = 424
  434.     Top = 136
  435.   end
  436. end
  437.